PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFJpeg2000Image Class
Fields Methods


In This Topic
    PDFJpeg2000Image Class Members
    In This Topic

    The following tables list the members exposed by PDFJpeg2000Image.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
    Public Methods
     NameDescription
    Public MethodApplies the specified PDF compression filter to image data.
    The image data is already compressed so calling this method will compress it again and this might cause an increase in final size.
    This method can be called multiple times to chain multiple PDF filters. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the alternate images. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the bits per component.
    Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the color space. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the COS image. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image height.  
    Public MethodGets a value indicating whether image interpolation is to be performed. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the logical image height. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the logical image width. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image mask. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image measure. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image orientation. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the point data. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the structure element that represents this image. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodGets the image width.  
    Public Methodstatic (Shared in Visual Basic)This method supports the internal library infrastructure and should not be used by external client code.  
    Public Methodstatic (Shared in Visual Basic)Loads an image from the given stream. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the alternate images. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the bits per component.
    Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the color space. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets a value indicating whether image interpolation is to be performed. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the image mask. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the image measure. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the point data. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Public MethodSets the structure element that represents this image. (Inherited from com.o2sol.pdf4java.graphics.images.PDFImage)
    Top
    See Also